Skip to main content
  • Isolation Forest is computationally efficient and works well with high-dimensional data. It does not require labeled data, making it ideal for discovering unusual patterns you did not know to look for.
  • Identify and remove outlier data points before training other ML models for cleaner results.

Use Cases

  • Outlier geometry detection: Find building elements with abnormal dimensions (e.g., unusually small rooms or oversized walls).
  • Quality control: Detect geometric anomalies in a batch of elements that may indicate modeling errors.